setVibrationEnabled

@NonNull
open fun setVibrationEnabled(vibration: Boolean): @NonNull NotificationChannelCompat.Builder(source)

Sets whether notification posted to this channel should vibrate. The vibration pattern can be set with setVibrationPattern. Only modifiable before the channel is submitted to createNotificationChannel.